home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
news
/
inn1.000
/
inn1.4sec-linux-src.tar
/
inn
/
syslog
/
syslog.conf
< prev
next >
Wrap
Text File
|
1993-03-18
|
802b
|
22 lines
## $Header: /usr/local/src/inn/syslog/RCS/syslog.conf,v 1.5 1993/03/18 21:05:11 rsalz Exp $
## Sample syslog.conf file for folks not used to the new syslog.
##
## This matches typical old-style config. Log everything to a
## file and send warnings or worse to root.
*.notice;news.err /usr/spool/mqueue/syslog
*.alert root
## Send critical messages to everyone who is logged in and to the console.
news.crit *
news.crit /dev/console
## Log news messages to separate files.
## Note that each level includes all of the above it.
## =()<news.crit @<_PATH_MOST_LOGS>@/news.crit>()=
news.crit /var/log/news/news.crit
## =()<news.err @<_PATH_MOST_LOGS>@/news.err>()=
news.err /var/log/news/news.err
## =()<news.notice @<_PATH_MOST_LOGS>@/news.notice>()=
news.notice /var/log/news/news.notice